home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / text / edit / ConvertWW.readme < prev    next >
Text File  |  1999-03-02  |  3KB  |  114 lines

  1. Short:    Wordwrap converter script for CED
  2. Author:   ben@bmatthew.demon.co.uk (Ben Matthew)
  3. Uploader: ben@bmatthew.demon.co.uk (Ben Matthew)
  4. Type:     text/edit
  5.  
  6.  
  7. INTRO
  8. -----
  9.  
  10. After a discussion on one of the newsgroups I have decided to release
  11. this simple, yet bloody useful to some (!), arexx script for CygnusED
  12. (should be ok with 3.5 and higher).
  13.  
  14. The WordWrap feature of CygnusED merely adds a newline in when you reach
  15. the right border.  Whilst this is fine for some purposes (e.g: writing
  16. this aminet readme file) other purposes it is not.
  17.  
  18. For example I think CygnusED is quite wonderful so I'd happily use it
  19. for doing letters or documents before loading them into FinalWriter.
  20. For this you need proper word-wrapping with no extra newlines.
  21.  
  22. Also for Amigaguides you shouldn't have lots of newlines for paragraphs
  23. of text (it assumes users have the same screen width).  Generally bad
  24. practice - you should turn on wordwrapping and use one-line paragraphs.
  25.  
  26.  
  27. USAGE
  28. -----
  29.  
  30. Install into cedscripts as any other rexx script.  Then add a new rexx
  31. script in CygnusED (point to the script file).  Lets say you installed
  32. it as command 4 (for arguments sake).
  33.  
  34. Now turn on wordwrapping and type your document so that it's visually 
  35. pleasing.  Best save a backup at this point! :)
  36.  
  37. Now either block select a paragraph of text and hit F4 or just hit F4.
  38. If you don't select anything the script will convert the whole shabang.
  39. Good for documents - bad for Amigaguides ;-)
  40.  
  41. And thats it.
  42.  
  43.  
  44. EXAMPLE
  45. -------
  46.  
  47. (Set with a very small right-hand margin!)
  48.  
  49.  
  50. The rain in spain falls
  51. mainly on the plane.  
  52.  
  53. This is a quick test to 
  54. see whether my script 
  55. works.
  56.  
  57. This is the third 
  58. paragraph.
  59.  
  60. This is the fourth 
  61. paragraph.
  62.  
  63. This is the fifth 
  64. paragraph.
  65.  
  66.  
  67. Converts to:-
  68.  
  69.  
  70. The rain in spain falls mainly on the plane.  
  71.  
  72. This is a quick test to see whether my script works.
  73.  
  74. This is the third paragraph.
  75.  
  76. This is the fourth paragraph.
  77.  
  78. This is the fifth paragraph.
  79.  
  80.  
  81.  
  82. RELEASE NOTES
  83. -------------
  84.  
  85. I've tried to cover as many situations as my imagination would stretch
  86. (wrapping with a spare space before the newline or without, etc.) but
  87. you can probably break it somehow quite easily.
  88.  
  89. I don't claim this is perfect but it works for me.
  90.  
  91.  
  92. I hereby release this script and the contents of this archive herein
  93. as FREEWARE.  You may distribute it freely and on any medium.
  94.  
  95.  
  96.  
  97.  
  98. URL: http://www.bmatthew.demon.co.uk/amiga/ced
  99.  
  100.  
  101.  
  102.  
  103. Ben Matthew
  104.  
  105.  
  106. ============================= Archive contents =============================
  107.  
  108. Original  Packed Ratio    Date     Time    Name
  109. -------- ------- ----- --------- --------  -------------
  110.     2422    1175 51.4% 26-Jan-99 14:03:50  ConvertWW.readme
  111.      648     353 45.5% 26-Jan-99 14:07:26  ConvertWW.ced
  112. -------- ------- ----- --------- --------
  113.     3070    1528 50.2% 26-Jan-99 18:05:38   2 files
  114.